DicomObjects.NET.V8
DicomObjects Namespace / DicomImageCollection Class / Read Method / Read(IEnumerable<String>,ReadBehaviours) Method
A set of filenames as strings

The behaviours to be used when reading this stream




    Read(IEnumerable<String>,ReadBehaviours) Method
    Creates and adds DicomImage objects from a collection of external DICOM files
    Syntax
    'Declaration
     
    Public Overloads Sub Read( _
       ByVal FileNames As IEnumerable(Of String), _
       Optional ByVal ReadBehaviour As ReadBehaviours _
    ) 
     
    'Usage
     
    Dim instance As DicomImageCollection
    Dim FileNames As IEnumerable(Of String)
    Dim ReadBehaviour As ReadBehaviours
     
    instance.Read(FileNames, ReadBehaviour)

    Parameters

    FileNames
    A set of filenames as strings
    ReadBehaviour

    The behaviours to be used when reading this stream

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also